Skip to content

fix(deps): update dependency @hookform/resolvers to v5#17

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hookform-resolvers-5.x
Open

fix(deps): update dependency @hookform/resolvers to v5#17
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hookform-resolvers-5.x

Conversation

@renovate

@renovate renovate Bot commented Apr 27, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
@hookform/resolvers (source) ^3.9.1^5.0.0 age confidence

Release Notes

react-hook-form/resolvers (@​hookform/resolvers)

v5.4.0

Compare Source

Features
  • feat: add ata-validator resolver (#​845)
Fixes
  • fix issue with toNestErrors.ts (#​848)
  • add guidance on passing context to yupResolver (useForm context) (#​835) (3d29924)

v5.2.2

Compare Source

Bug Fixes

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
  • support Zod 4, Zod v4 mini, and retains compatibility with Zod v3. (#​777) (8d083bd)

v5.0.1

Compare Source

Bug Fixes
  • relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#​758) (6e88393)

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • Requires react-hook-form@​7.55.0 or higher

Before
Prior to V5, some projects used manual types like

useForm<FormValues>();

After
With V5, the correct approach is:

useForm<Input, Context, Output>();
useForm<FormInputValues, Context, FormOutputValues>();

This update enables distinct outputs when utilizing features like transform from validation libraries.

ℹ️ The best approach is to let the types be inferred from your schema, rather than manually defining them.

v4.1.3

Compare Source

Bug Fixes
  • escape square brackets in field name regex pattern (#​752) (50dd4ad)

v4.1.2

Compare Source

Bug Fixes

v4.1.1

Compare Source

Bug Fixes
  • standard-schema: Propertly handle object path segments (#​746) (8ffada0)

v4.1.0

Compare Source

Features

v4.0.0

Compare Source

Bug Fixes
  • add support for names option (#​713) (985c48d)
  • arktypeResolver: resolve type error when schema is defined from an ArkType scope (#​732) (3233667)
  • handle raw: true option to pass form submission values correctly (#​733) (7807f95)
  • validateFieldsNatively: handle undefined object when reading 'refs' (#​734) (3da2054)
Features
  • ajv: Keep original validation type while using errorMessage (#​728) (5030a59)
  • effectResolver: returns either all errors or only the first one based on criteriaMode (#​737) (12d7d8e)
  • standard-schema: add standard-schema resolver (#​738) (b75a95a)
BREAKING CHANGES
  • ajv: The AJV Resolver now unwraps the errorMessage object to return the original error types. This update may introduce breaking changes to your projects.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Apr 27, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cww Error Error Apr 15, 2026 7:21pm
cww-site Error Error Apr 15, 2026 7:21pm

@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 57ad9b5 to 314e237 Compare July 27, 2025 08:05
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 314e237 to 723d9bb Compare August 4, 2025 20:07
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 723d9bb to 7331464 Compare August 23, 2025 04:16
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 7331464 to 9bf1b86 Compare September 1, 2025 04:27
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 9bf1b86 to 4784fb2 Compare September 14, 2025 19:44
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 4784fb2 to 132dfda Compare October 23, 2025 08:00
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 132dfda to c851a69 Compare November 16, 2025 07:59
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from c851a69 to 15fbfcb Compare December 4, 2025 20:15
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 15fbfcb to 066c3f1 Compare February 3, 2026 15:54
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 066c3f1 to 37c1a94 Compare February 13, 2026 16:04
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 37c1a94 to bf71cc0 Compare March 8, 2026 09:45
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from bf71cc0 to 68a2c62 Compare March 14, 2026 11:20
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 68a2c62 to 80a610e Compare April 15, 2026 19:14
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 80a610e to 9a77191 Compare April 30, 2026 01:34
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from 9a77191 to f596bca Compare May 23, 2026 03:35
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from f596bca to e540bd4 Compare May 30, 2026 11:57
@renovate renovate Bot force-pushed the renovate/hookform-resolvers-5.x branch from e540bd4 to 86054d7 Compare June 1, 2026 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants